type os.errSymlink

6 uses

	os (current package)
		root_openat.go#L168: 			if _, ok := err.(errSymlink); !ok {
		root_openat.go#L179: 			} else if _, ok := err.(errSymlink); !ok {
		root_openat.go#L184: 		if e, ok := err.(errSymlink); ok {
		root_openat.go#L221: type errSymlink string
		root_openat.go#L223: func (errSymlink) Error() string { panic("errSymlink is not user-visible") }
		root_unix.go#L171: 	return errSymlink(link)